time.Location.lookup (method)
12 uses
time (current package)
format.go#L1392: name, offset, _, _, _ := local.lookup(t.unixSec())
format_rfc3339.go#L146: if _, offset, _, _, _ := local.lookup(t.unixSec()); offset == zoneOffset {
time.go#L482: _, offset, _, _, _ := l.lookup(sec)
time.go#L503: name, offset, _, _, _ = l.lookup(sec)
time.go#L1213: name, offset, _, _, _ = t.loc.lookup(t.unixSec())
time.go#L1223: _, _, startSec, endSec, _ := t.loc.lookup(t.unixSec())
time.go#L1365: } else if _, localoff, _, _, _ := Local.lookup(t.unixSec()); offset == localoff {
time.go#L1472: _, _, _, _, isDST := t.loc.lookup(t.Unix())
time.go#L1554: _, offset, start, end, _ := loc.lookup(unix)
time.go#L1560: _, offset, _, _, _ = loc.lookup(utc)
zoneinfo.go#L149: func (l *Location) lookup(sec int64) (name string, offset int, start, end int64, isDST bool) {
zoneinfo.go#L624: nam, offset, _, _, _ := l.lookup(unix - int64(zone.offset))
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |